home *** CD-ROM | disk | FTP | other *** search
/ Multimedia Selection / Multimedia Selection Volume One - CD-ROM / MULTIMEDIA SELECTION____________.ISO / programz / tsrlib / makefile.c20 next >
Encoding:
Makefile  |  1991-11-30  |  237 b   |  15 lines

  1. # This make file makes the Turbo C2.0 versions
  2. # of the PC PLUS TSRs.
  3. #
  4. #    R. Dalton,    Sep 1991
  5. #
  6.  
  7. all: remind.exe saver.exe
  8.  
  9.  
  10. remind.exe:    remind.c
  11.     tcc -ms remind.c tsrc20.lib
  12.  
  13. saver.exe: saver.c
  14.     tcc -ms saver.c tsrc20.lib
  15.